getMeasuredHeightAndState
Deprecated
Use getMeasuredHeightAndState directly.
Return the full height measurement information for this view as computed by the most recent call to measure. This result is a bit mask as defined by MEASURED_SIZE_MASK and MEASURED_STATE_TOO_SMALL. This should be used during measurement and layout calculations only. Use getHeight to see how wide a view is after layout.
Return
The measured width of this view as a bit mask.